home *** CD-ROM | disk | FTP | other *** search
/ Pro Intralink 3.1 / Pro Intralink v3.1.iso / dsrc / templates / unix / u_jre_shlib.inc < prev    next >
Encoding:
Text File  |  2001-11-27  |  593 b   |  18 lines

  1. // 17-Mar-00  $$1    St.Patrick Created.
  2. // 13-Sep-00  $$2    fix paths
  3. // 23-Jan-01 $$3  TWH   Sun4_solaris_64 changes
  4. // 14-Mar-01 $$4  TWH   Reorder IBM
  5. //
  6. if ($mc =~ sun4_solaris*) then
  7.   setenv LD_LIBRARY_PATH ${PTC_JRE}/$mc/lib/native_threads:${LD_LIBRARY_PATH}
  8. endif
  9. if ($mc =~ sgi*) then
  10.   setenv LD_LIBRARY_PATH ${PTC_JRE}/$mc/lib/native_threads:${LD_LIBRARY_PATH}
  11. endif
  12. if ($mc == ibm_rs6000) then
  13. // native_threads must be appended to the end because a lib
  14. // within that directory conflicts with the X11 system.
  15.   setenv LIBPATH ${LIBPATH}:${PTC_JRE}/$mc/lib/native_threads
  16. endif
  17.  
  18.